home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmiSlate1_2.lha
/
AmiSlate
/
ExampleRexx
/
easyreq.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-05-24
|
309b
|
10 lines
/* An ARexx program demonstrating AmiSlate's EasyRequest function */
parse arg CommandPort ActiveString
address (CommandPort)
options results
EasyRequest '"'||"AmiSlate REXX Requester"||'"' '"'||"Please pick a number"||'"' "1|2|3|4|5|0"
EasyRequest "Answer" '"'||"You picked option number "||rc||'"' "Yup"